STEP 2: Let's create an empty list that will hold the values of all the dice rolls.

An empty list is an empty pair of brackets like this: [ ]. Our program will generate values to add to the list.

  • In LOGIC click on . Drag out Empty List.
  • Change the name of the list to rolls.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)